﻿2026-07-01T21:38:24.5751993Z Current runner version: '2.335.1'
2026-07-01T21:38:24.5756478Z Runner name: 'kitsubito'
2026-07-01T21:38:24.5756992Z Runner group name: 'Default'
2026-07-01T21:38:24.5757621Z Machine name: 'KITSUBITO'
2026-07-01T21:38:24.5759584Z ##[group]GITHUB_TOKEN Permissions
2026-07-01T21:38:24.5761336Z Contents: read
2026-07-01T21:38:24.5761727Z Metadata: read
2026-07-01T21:38:24.5762094Z Packages: read
2026-07-01T21:38:24.5762456Z ##[endgroup]
2026-07-01T21:38:24.5764002Z Secret source: Actions
2026-07-01T21:38:24.5764509Z Prepare workflow directory
2026-07-01T21:38:24.6147092Z Prepare all required actions
2026-07-01T21:38:24.6175824Z Getting action download info
2026-07-01T21:38:25.1326562Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-01T21:38:25.6973947Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-01T21:38:25.7861070Z ##[group]Run actions/checkout@v5
2026-07-01T21:38:25.7861862Z with:
2026-07-01T21:38:25.7862246Z   fetch-depth: 0
2026-07-01T21:38:25.7862702Z   repository: SaberMage/spt-core
2026-07-01T21:38:25.7865993Z   token: ***
2026-07-01T21:38:25.7866380Z   ssh-strict: true
2026-07-01T21:38:25.7866762Z   ssh-user: git
2026-07-01T21:38:25.7867156Z   persist-credentials: true
2026-07-01T21:38:25.7867589Z   clean: true
2026-07-01T21:38:25.7867973Z   sparse-checkout-cone-mode: true
2026-07-01T21:38:25.7868427Z   fetch-tags: false
2026-07-01T21:38:25.7868817Z   show-progress: true
2026-07-01T21:38:25.7869305Z   lfs: false
2026-07-01T21:38:25.7869690Z   submodules: false
2026-07-01T21:38:25.7870091Z   set-safe-directory: true
2026-07-01T21:38:25.7870724Z ##[endgroup]
2026-07-01T21:38:25.8707976Z Syncing repository: SaberMage/spt-core
2026-07-01T21:38:25.8709929Z ##[group]Getting Git version info
2026-07-01T21:38:25.8710691Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-01T21:38:25.8711634Z [command]/usr/bin/git version
2026-07-01T21:38:25.8712073Z git version 2.43.0
2026-07-01T21:38:25.8755578Z ##[endgroup]
2026-07-01T21:38:25.8766978Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/da109936-78ee-40fd-aed4-f1ca35e05260' before making global git config changes
2026-07-01T21:38:25.8768256Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T21:38:25.8769719Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T21:38:25.8801800Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-01T21:38:25.8819779Z https://github.com/SaberMage/spt-core
2026-07-01T21:38:25.8829285Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T21:38:25.8831729Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T21:38:25.8850491Z HEAD
2026-07-01T21:38:25.8880911Z ##[endgroup]
2026-07-01T21:38:25.8881515Z [command]/usr/bin/git submodule status
2026-07-01T21:38:25.9057486Z ##[group]Cleaning the repository
2026-07-01T21:38:25.9060277Z [command]/usr/bin/git clean -ffdx
2026-07-01T21:38:25.9213211Z Removing dist/
2026-07-01T21:38:25.9220597Z [command]/usr/bin/git reset --hard HEAD
2026-07-01T21:38:25.9273955Z HEAD is now at bac50fc3b Merge pull request #41 from SaberMage/field-bug-milestone
2026-07-01T21:38:25.9280020Z ##[endgroup]
2026-07-01T21:38:25.9282054Z ##[group]Disabling automatic garbage collection
2026-07-01T21:38:25.9285482Z [command]/usr/bin/git config --local gc.auto 0
2026-07-01T21:38:25.9312899Z ##[endgroup]
2026-07-01T21:38:25.9313562Z ##[group]Setting up auth
2026-07-01T21:38:25.9318092Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T21:38:25.9347489Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T21:38:25.9545317Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T21:38:25.9573200Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T21:38:25.9750372Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T21:38:25.9777499Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T21:38:25.9965334Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-01T21:38:25.9993246Z ##[endgroup]
2026-07-01T21:38:25.9993899Z ##[group]Fetching the repository
2026-07-01T21:38:26.0000086Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1afee78060b6c35728f6b7920164002ca5f875a6:refs/remotes/pull/42/merge
2026-07-01T21:38:26.6184268Z From https://github.com/SaberMage/spt-core
2026-07-01T21:38:26.6185904Z  * [new branch]          docs/digest-fetcher-published-prose      -> origin/docs/digest-fetcher-published-prose
2026-07-01T21:38:26.6187650Z  * [new ref]             1afee78060b6c35728f6b7920164002ca5f875a6 -> pull/42/merge
2026-07-01T21:38:26.6224504Z ##[endgroup]
2026-07-01T21:38:26.6225686Z ##[group]Determining the checkout info
2026-07-01T21:38:26.6227061Z ##[endgroup]
2026-07-01T21:38:26.6230077Z [command]/usr/bin/git sparse-checkout disable
2026-07-01T21:38:26.6271683Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-01T21:38:26.6298344Z ##[group]Checking out the ref
2026-07-01T21:38:26.6307752Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/42/merge
2026-07-01T21:38:26.6405464Z Previous HEAD position was bac50fc3b Merge pull request #41 from SaberMage/field-bug-milestone
2026-07-01T21:38:26.6408884Z HEAD is now at 1afee7806 Merge 296a0a97f72ad93631f655c92438fca1301fbdbd into bac50fc3b4e57439a4480dc9739cedb05295a6be
2026-07-01T21:38:26.6416152Z ##[endgroup]
2026-07-01T21:38:26.6462189Z [command]/usr/bin/git log -1 --format=%H
2026-07-01T21:38:26.6493894Z 1afee78060b6c35728f6b7920164002ca5f875a6
2026-07-01T21:38:26.6713801Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-01T21:38:26.6715505Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-01T21:38:26.6736029Z shell: /usr/bin/bash -e {0}
2026-07-01T21:38:26.6736944Z ##[endgroup]
2026-07-01T21:38:26.6887567Z ##[group]Run set -euo pipefail
2026-07-01T21:38:26.6888546Z [36;1mset -euo pipefail[0m
2026-07-01T21:38:26.6889492Z [36;1mPIN=0c95435[0m
2026-07-01T21:38:26.6890293Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-01T21:38:26.6891282Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-01T21:38:26.6892626Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-01T21:38:26.6894330Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-01T21:38:26.6896075Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-01T21:38:26.6897440Z [36;1m  rm -rf "$CACHE"[0m
2026-07-01T21:38:26.6898356Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-01T21:38:26.6899591Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-01T21:38:26.6900882Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-01T21:38:26.6902242Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-01T21:38:26.6903181Z [36;1mfi[0m
2026-07-01T21:38:26.6904275Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T21:38:26.6923048Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-01T21:38:26.6924160Z env:
2026-07-01T21:38:26.6924865Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-01T21:38:26.6925779Z ##[endgroup]
2026-07-01T21:38:26.9826807Z    Compiling proc-macro2 v1.0.106
2026-07-01T21:38:26.9828894Z    Compiling quote v1.0.45
2026-07-01T21:38:26.9830344Z    Compiling unicode-ident v1.0.24
2026-07-01T21:38:26.9831265Z    Compiling libc v0.2.186
2026-07-01T21:38:26.9832099Z    Compiling serde_core v1.0.228
2026-07-01T21:38:26.9832969Z    Compiling cfg-if v1.0.4
2026-07-01T21:38:26.9852709Z    Compiling serde v1.0.228
2026-07-01T21:38:26.9869809Z    Compiling log v0.4.32
2026-07-01T21:38:26.9897764Z    Compiling pin-project-lite v0.2.17
2026-07-01T21:38:26.9922151Z    Compiling typenum v1.20.1
2026-07-01T21:38:26.9993873Z    Compiling portable-atomic v1.13.1
2026-07-01T21:38:27.0044419Z    Compiling version_check v0.9.5
2026-07-01T21:38:27.0112050Z    Compiling memchr v2.8.1
2026-07-01T21:38:27.0113598Z    Compiling critical-section v1.2.0
2026-07-01T21:38:27.0114955Z    Compiling find-msvc-tools v0.1.9
2026-07-01T21:38:27.0644924Z    Compiling shlex v2.0.1
2026-07-01T21:38:27.0782711Z    Compiling bytes v1.11.1
2026-07-01T21:38:27.0812614Z    Compiling futures-core v0.3.32
2026-07-01T21:38:27.1582677Z    Compiling subtle v2.6.1
2026-07-01T21:38:27.2611996Z    Compiling equivalent v1.0.2
2026-07-01T21:38:27.3020441Z    Compiling smallvec v1.15.1
2026-07-01T21:38:27.3137545Z    Compiling itoa v1.0.18
2026-07-01T21:38:27.3335366Z    Compiling semver v1.0.28
2026-07-01T21:38:27.3400215Z    Compiling stable_deref_trait v1.2.1
2026-07-01T21:38:27.3581622Z    Compiling futures-io v0.3.32
2026-07-01T21:38:27.3785312Z    Compiling futures-sink v0.3.32
2026-07-01T21:38:27.4181842Z    Compiling slab v0.4.12
2026-07-01T21:38:27.4282311Z    Compiling futures-task v0.3.32
2026-07-01T21:38:27.4712073Z    Compiling futures-channel v0.3.32
2026-07-01T21:38:27.5281652Z    Compiling rustversion v1.0.22
2026-07-01T21:38:27.5341672Z    Compiling generic-array v0.14.7
2026-07-01T21:38:27.5541281Z    Compiling bitflags v2.12.1
2026-07-01T21:38:27.5831476Z    Compiling hashbrown v0.17.1
2026-07-01T21:38:27.6291784Z    Compiling rustc_version v0.4.1
2026-07-01T21:38:27.6386435Z    Compiling cpufeatures v0.2.17
2026-07-01T21:38:27.7202275Z    Compiling fnv v1.0.7
2026-07-01T21:38:27.7652036Z    Compiling rand_core v0.10.1
2026-07-01T21:38:27.7792403Z    Compiling cfg_aliases v0.2.1
2026-07-01T21:38:27.7872037Z    Compiling strsim v0.11.1
2026-07-01T21:38:27.7911571Z    Compiling litemap v0.8.2
2026-07-01T21:38:27.7986516Z    Compiling writeable v0.6.3
2026-07-01T21:38:27.8588850Z    Compiling icu_properties_data v2.2.0
2026-07-01T21:38:27.9160742Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T21:38:27.9641467Z    Compiling fs_extra v1.3.0
2026-07-01T21:38:27.9868305Z    Compiling ident_case v1.0.1
2026-07-01T21:38:28.0020708Z    Compiling dunce v1.0.5
2026-07-01T21:38:28.0731375Z    Compiling utf8_iter v1.0.4
2026-07-01T21:38:28.0961790Z    Compiling getrandom v0.4.2
2026-07-01T21:38:28.2106628Z    Compiling percent-encoding v2.3.2
2026-07-01T21:38:28.2674780Z    Compiling autocfg v1.5.1
2026-07-01T21:38:28.2961543Z    Compiling http v1.4.1
2026-07-01T21:38:28.3004274Z    Compiling thiserror v2.0.18
2026-07-01T21:38:28.3083643Z    Compiling unicode-segmentation v1.13.3
2026-07-01T21:38:28.3618709Z    Compiling syn v2.0.117
2026-07-01T21:38:28.3951056Z    Compiling cpufeatures v0.3.0
2026-07-01T21:38:28.4170965Z    Compiling aws-lc-rs v1.17.0
2026-07-01T21:38:28.4621557Z    Compiling scopeguard v1.2.0
2026-07-01T21:38:28.4741442Z    Compiling chacha20 v0.10.0
2026-07-01T21:38:28.4931600Z    Compiling indexmap v2.14.0
2026-07-01T21:38:28.5401593Z    Compiling lock_api v0.4.14
2026-07-01T21:38:28.5474833Z    Compiling form_urlencoded v1.2.2
2026-07-01T21:38:28.6540731Z    Compiling untrusted v0.9.0
2026-07-01T21:38:28.7420750Z    Compiling rustls v0.23.40
2026-07-01T21:38:28.7634239Z    Compiling heck v0.5.0
2026-07-01T21:38:28.7761193Z    Compiling anyhow v1.0.102
2026-07-01T21:38:28.7950670Z    Compiling jobserver v0.1.34
2026-07-01T21:38:28.8111471Z    Compiling atomic-waker v1.1.2
2026-07-01T21:38:28.8272353Z    Compiling unicode-xid v0.2.6
2026-07-01T21:38:28.8422966Z    Compiling const-oid v0.10.2
2026-07-01T21:38:28.8771701Z    Compiling convert_case v0.10.0
2026-07-01T21:38:28.9340735Z    Compiling httparse v1.10.1
2026-07-01T21:38:28.9440737Z    Compiling parking_lot_core v0.9.12
2026-07-01T21:38:28.9680673Z    Compiling zerocopy v0.8.50
2026-07-01T21:38:28.9810728Z    Compiling paste v1.0.15
2026-07-01T21:38:29.0391627Z    Compiling num-traits v0.2.19
2026-07-01T21:38:29.0547434Z    Compiling hybrid-array v0.4.12
2026-07-01T21:38:29.0745248Z    Compiling curve25519-dalek v4.1.3
2026-07-01T21:38:29.1507718Z    Compiling cc v1.2.63
2026-07-01T21:38:29.1878365Z    Compiling ahash v0.8.12
2026-07-01T21:38:29.2400969Z    Compiling powerfmt v0.2.0
2026-07-01T21:38:29.2981899Z    Compiling base64ct v1.8.3
2026-07-01T21:38:29.3463123Z    Compiling either v1.16.0
2026-07-01T21:38:29.3601102Z    Compiling fastrand v2.4.1
2026-07-01T21:38:29.3863293Z    Compiling crypto-common v0.1.7
2026-07-01T21:38:29.4007963Z    Compiling block-buffer v0.10.4
2026-07-01T21:38:29.5620561Z    Compiling http-body v1.0.1
2026-07-01T21:38:29.5741586Z    Compiling digest v0.10.7
2026-07-01T21:38:29.6020928Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T21:38:29.6164340Z    Compiling deranged v0.5.8
2026-07-01T21:38:29.6921084Z    Compiling mio v1.2.1
2026-07-01T21:38:29.6991351Z    Compiling socket2 v0.6.4
2026-07-01T21:38:29.7310664Z    Compiling getrandom v0.2.17
2026-07-01T21:38:29.9099137Z    Compiling rand_core v0.6.4
2026-07-01T21:38:29.9571144Z    Compiling time-core v0.1.8
2026-07-01T21:38:29.9661769Z    Compiling tower-service v0.3.3
2026-07-01T21:38:30.0241622Z    Compiling rand v0.10.1
2026-07-01T21:38:30.0544917Z    Compiling try-lock v0.2.5
2026-07-01T21:38:30.0614462Z    Compiling zmij v1.0.21
2026-07-01T21:38:30.0761206Z    Compiling tinyvec_macros v0.1.1
2026-07-01T21:38:30.1287415Z    Compiling pkg-config v0.3.33
2026-07-01T21:38:30.1390920Z    Compiling base64 v0.22.1
2026-07-01T21:38:30.1541183Z    Compiling vcpkg v0.2.15
2026-07-01T21:38:30.1710951Z    Compiling data-encoding v2.11.0
2026-07-01T21:38:30.2244362Z    Compiling num-conv v0.2.2
2026-07-01T21:38:30.2448299Z    Compiling want v0.3.1
2026-07-01T21:38:30.2598890Z    Compiling tinyvec v1.11.0
2026-07-01T21:38:30.3304934Z    Compiling parking_lot v0.12.5
2026-07-01T21:38:30.4920674Z    Compiling cmake v0.1.58
2026-07-01T21:38:30.5010589Z    Compiling sha2 v0.10.9
2026-07-01T21:38:30.5400222Z    Compiling crypto-common v0.2.2
2026-07-01T21:38:30.7790318Z    Compiling block-buffer v0.12.0
2026-07-01T21:38:30.8470646Z    Compiling inout v0.1.4
2026-07-01T21:38:30.8940996Z    Compiling vergen-lib v9.1.0
2026-07-01T21:38:30.9260654Z    Compiling n0-future v0.3.2
2026-07-01T21:38:30.9649737Z    Compiling parking v2.2.1
2026-07-01T21:38:30.9780705Z    Compiling serde_json v1.0.150
2026-07-01T21:38:31.0508358Z    Compiling cordyceps v0.3.4
2026-07-01T21:38:31.0511420Z    Compiling signature v2.2.0
2026-07-01T21:38:31.0760897Z    Compiling winnow v1.0.3
2026-07-01T21:38:31.0970703Z    Compiling httpdate v1.0.3
2026-07-01T21:38:31.1595129Z    Compiling crossbeam-utils v0.8.21
2026-07-01T21:38:31.1635826Z    Compiling diatomic-waker v0.2.3
2026-07-01T21:38:31.1692109Z    Compiling spin v0.10.0
2026-07-01T21:38:31.2161370Z    Compiling ed25519 v2.2.3
2026-07-01T21:38:31.2518935Z    Compiling futures-lite v2.6.1
2026-07-01T21:38:31.2560884Z    Compiling cipher v0.4.4
2026-07-01T21:38:31.3221512Z    Compiling netlink-packet-core v0.8.1
2026-07-01T21:38:31.3320919Z    Compiling universal-hash v0.5.1
2026-07-01T21:38:31.4192253Z    Compiling futures-buffered v0.2.13
2026-07-01T21:38:31.4400264Z    Compiling vergen v9.1.0
2026-07-01T21:38:31.4430137Z    Compiling vergen-lib v0.1.6
2026-07-01T21:38:31.4647159Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T21:38:31.4778121Z    Compiling heapless v0.7.17
2026-07-01T21:38:31.4890796Z    Compiling noq-udp v0.10.0
2026-07-01T21:38:31.5026504Z    Compiling digest v0.11.3
2026-07-01T21:38:31.5090637Z    Compiling aws-lc-sys v0.41.0
2026-07-01T21:38:31.5732435Z    Compiling ring v0.17.14
2026-07-01T21:38:31.6031625Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T21:38:31.6450729Z    Compiling sync_wrapper v1.0.2
2026-07-01T21:38:31.6540773Z    Compiling allocator-api2 v0.2.21
2026-07-01T21:38:31.6622759Z    Compiling byteorder v1.5.0
2026-07-01T21:38:31.6760914Z    Compiling opaque-debug v0.3.1
2026-07-01T21:38:31.7299801Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T21:38:31.8160673Z    Compiling polyval v0.6.2
2026-07-01T21:38:31.8944948Z    Compiling hash32 v0.2.1
2026-07-01T21:38:31.9521153Z    Compiling spin v0.9.8
2026-07-01T21:38:32.0062436Z    Compiling vergen-gitcl v1.0.8
2026-07-01T21:38:32.0129660Z    Compiling num_threads v0.1.7
2026-07-01T21:38:32.1211080Z    Compiling fallible-iterator v0.3.0
2026-07-01T21:38:32.1340674Z    Compiling tower-layer v0.3.3
2026-07-01T21:38:32.1471155Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T21:38:32.1777290Z    Compiling ryu v1.0.23
2026-07-01T21:38:32.1981422Z    Compiling signature v3.0.0
2026-07-01T21:38:32.2528905Z    Compiling time v0.3.47
2026-07-01T21:38:32.2890843Z    Compiling ghash v0.5.1
2026-07-01T21:38:32.3000069Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T21:38:32.3452884Z    Compiling aes v0.8.4
2026-07-01T21:38:32.3490943Z    Compiling ctr v0.9.2
2026-07-01T21:38:32.4540917Z    Compiling fs2 v0.4.3
2026-07-01T21:38:32.4744365Z    Compiling http-body-util v0.1.3
2026-07-01T21:38:32.5305760Z    Compiling aead v0.5.2
2026-07-01T21:38:32.5650606Z    Compiling openssl-probe v0.2.1
2026-07-01T21:38:32.6126255Z    Compiling utf8parse v0.2.2
2026-07-01T21:38:32.6683037Z    Compiling arrayvec v0.7.6
2026-07-01T21:38:32.6990821Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T21:38:32.7330969Z    Compiling crossbeam-channel v0.5.15
2026-07-01T21:38:32.7513058Z    Compiling netlink-packet-route v0.29.0
2026-07-01T21:38:32.8161009Z    Compiling blake3 v1.8.5
2026-07-01T21:38:32.9580554Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T21:38:33.0400558Z    Compiling aes-gcm v0.10.3
2026-07-01T21:38:33.0620628Z    Compiling uuid v1.23.2
2026-07-01T21:38:33.1321084Z    Compiling memoffset v0.6.5
2026-07-01T21:38:33.1570300Z    Compiling acto v0.8.2
2026-07-01T21:38:33.2003066Z    Compiling netwatch v0.16.0
2026-07-01T21:38:33.2257807Z    Compiling noq v0.18.0
2026-07-01T21:38:33.3410776Z    Compiling mac-addr v0.3.0
2026-07-01T21:38:33.3700521Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T21:38:33.4006827Z    Compiling rustix v1.1.4
2026-07-01T21:38:33.4983825Z    Compiling ref-cast v1.0.25
2026-07-01T21:38:33.5400680Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T21:38:33.5547043Z    Compiling tagptr v0.2.0
2026-07-01T21:38:33.5660818Z    Compiling lru-slab v0.1.2
2026-07-01T21:38:33.6090593Z    Compiling identity-hash v0.1.0
2026-07-01T21:38:33.6941186Z    Compiling rustc-hash v2.1.2
2026-07-01T21:38:33.7100915Z    Compiling thiserror v1.0.69
2026-07-01T21:38:33.7262282Z    Compiling xml-rs v0.8.28
2026-07-01T21:38:33.7485948Z    Compiling foldhash v0.2.0
2026-07-01T21:38:33.8181810Z    Compiling synstructure v0.13.2
2026-07-01T21:38:33.8263999Z    Compiling darling_core v0.20.11
2026-07-01T21:38:33.8948836Z    Compiling serde_derive_internals v0.29.1
2026-07-01T21:38:33.9587387Z    Compiling hashbrown v0.16.1
2026-07-01T21:38:34.2455140Z    Compiling netlink-packet-route v0.30.0
2026-07-01T21:38:34.5848400Z    Compiling proc-macro-crate v3.5.0
2026-07-01T21:38:34.7695598Z    Compiling xmltree v0.10.3
2026-07-01T21:38:34.8298615Z    Compiling errno v0.3.14
2026-07-01T21:38:34.9841182Z    Compiling serial-core v0.4.0
2026-07-01T21:38:35.0020973Z    Compiling ioctl-rs v0.1.6
2026-07-01T21:38:35.0190936Z    Compiling termios v0.2.2
2026-07-01T21:38:35.0331643Z    Compiling aho-corasick v1.1.4
2026-07-01T21:38:35.0391512Z    Compiling simple-dns v0.9.3
2026-07-01T21:38:35.0572126Z    Compiling constant_time_eq v0.4.2
2026-07-01T21:38:35.1012155Z    Compiling sha1_smol v1.0.1
2026-07-01T21:38:35.1142412Z    Compiling smol_str v0.1.24
2026-07-01T21:38:35.1271119Z    Compiling resolv-conf v0.7.6
2026-07-01T21:38:35.1501447Z    Compiling winnow v0.7.15
2026-07-01T21:38:35.1893169Z    Compiling simdutf8 v0.1.5
2026-07-01T21:38:35.3081375Z    Compiling toml_write v0.1.2
2026-07-01T21:38:35.3501026Z    Compiling arrayref v0.3.9
2026-07-01T21:38:35.4100921Z    Compiling signal-hook v0.3.18
2026-07-01T21:38:35.4102615Z    Compiling regex-syntax v0.8.10
2026-07-01T21:38:35.5142098Z    Compiling linux-raw-sys v0.12.1
2026-07-01T21:38:35.5317713Z    Compiling serial-unix v0.4.0
2026-07-01T21:38:35.5978083Z    Compiling signal-hook-registry v1.4.8
2026-07-01T21:38:35.6810353Z    Compiling lru v0.16.4
2026-07-01T21:38:35.7301335Z    Compiling serde_derive v1.0.228
2026-07-01T21:38:35.7649180Z    Compiling zeroize_derive v1.4.3
2026-07-01T21:38:35.9080940Z    Compiling tokio-macros v2.7.0
2026-07-01T21:38:36.0050848Z    Compiling zerofrom-derive v0.1.7
2026-07-01T21:38:36.1188225Z    Compiling futures-macro v0.3.32
2026-07-01T21:38:36.2210964Z    Compiling yoke-derive v0.8.2
2026-07-01T21:38:36.4759807Z    Compiling zeroize v1.8.2
2026-07-01T21:38:36.6845314Z    Compiling zerovec-derive v0.11.3
2026-07-01T21:38:36.7171710Z    Compiling displaydoc v0.2.6
2026-07-01T21:38:36.7370588Z    Compiling tokio v1.52.3
2026-07-01T21:38:37.1850864Z    Compiling futures-util v0.3.32
2026-07-01T21:38:37.2959726Z    Compiling tracing-attributes v0.1.31
2026-07-01T21:38:37.5952343Z    Compiling zerofrom v0.1.8
2026-07-01T21:38:37.6680869Z    Compiling rustls-pki-types v1.14.1
2026-07-01T21:38:37.6910768Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T21:38:37.7208331Z    Compiling yoke v0.8.3
2026-07-01T21:38:37.7280121Z    Compiling thiserror-impl v2.0.18
2026-07-01T21:38:37.9430772Z    Compiling zerotrie v0.2.4
2026-07-01T21:38:38.3227215Z    Compiling darling_macro v0.20.11
2026-07-01T21:38:38.3563679Z    Compiling zerovec v0.11.6
2026-07-01T21:38:38.3638240Z    Compiling derive_more-impl v2.1.1
2026-07-01T21:38:38.4830668Z    Compiling spez v0.1.2
2026-07-01T21:38:38.7150477Z    Compiling darling v0.20.11
2026-07-01T21:38:38.7813701Z    Compiling derive_builder_core v0.20.2
2026-07-01T21:38:38.8711178Z    Compiling n0-error-macros v0.1.3
2026-07-01T21:38:39.0470568Z    Compiling der v0.8.0-rc.10
2026-07-01T21:38:39.1690521Z    Compiling tinystr v0.8.3
2026-07-01T21:38:39.3778129Z    Compiling icu_locale_core v2.2.0
2026-07-01T21:38:39.5404381Z    Compiling potential_utf v0.1.5
2026-07-01T21:38:39.7018933Z    Compiling icu_collections v2.2.0
2026-07-01T21:38:40.0932536Z    Compiling n0-error v0.1.3
2026-07-01T21:38:40.1138399Z    Compiling derive_builder_macro v0.20.2
2026-07-01T21:38:40.2481237Z    Compiling pin-project-internal v1.1.13
2026-07-01T21:38:40.4443103Z    Compiling derive_builder v0.20.2
2026-07-01T21:38:40.4444605Z    Compiling ed25519-dalek v2.2.0
2026-07-01T21:38:40.4691865Z    Compiling icu_provider v2.2.0
2026-07-01T21:38:40.8310587Z    Compiling icu_normalizer v2.2.0
2026-07-01T21:38:40.9241309Z    Compiling icu_properties v2.2.0
2026-07-01T21:38:40.9401163Z    Compiling spki v0.8.0-rc.4
2026-07-01T21:38:41.0680922Z    Compiling spt-proto v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-01T21:38:41.2430429Z    Compiling ipnet v2.12.0
2026-07-01T21:38:41.3280951Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T21:38:41.3801044Z    Compiling futures-executor v0.3.32
2026-07-01T21:38:41.5051167Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T21:38:41.7110597Z    Compiling prefix-trie v0.8.4
2026-07-01T21:38:41.7490805Z    Compiling pin-project v1.1.13
2026-07-01T21:38:41.7801144Z    Compiling futures v0.3.32
2026-07-01T21:38:41.8276908Z    Compiling cobs v0.3.0
2026-07-01T21:38:41.8430582Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T21:38:41.9931351Z    Compiling once_cell v1.21.4
2026-07-01T21:38:42.0200527Z    Compiling postcard-derive v0.2.2
2026-07-01T21:38:42.0845762Z    Compiling rustls-native-certs v0.8.4
2026-07-01T21:38:42.2340743Z    Compiling tracing-core v0.1.36
2026-07-01T21:38:42.2770818Z    Compiling data-encoding-macro v0.1.20
2026-07-01T21:38:42.3660556Z    Compiling idna_adapter v1.2.2
2026-07-01T21:38:42.4870895Z    Compiling idna v1.1.0
2026-07-01T21:38:42.5301102Z    Compiling hashbrown v0.14.5
2026-07-01T21:38:42.5490518Z    Compiling strum_macros v0.28.0
2026-07-01T21:38:42.5773064Z    Compiling num_enum_derive v0.7.6
2026-07-01T21:38:42.5879812Z    Compiling postcard v1.1.3
2026-07-01T21:38:42.7111331Z    Compiling tokio-util v0.7.18
2026-07-01T21:38:42.8119443Z    Compiling tracing v0.1.44
2026-07-01T21:38:42.8241194Z    Compiling netlink-sys v0.8.8
2026-07-01T21:38:42.9890794Z    Compiling url v2.5.8
2026-07-01T21:38:43.1180844Z    Compiling derive_more v2.1.1
2026-07-01T21:38:43.2025174Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T21:38:43.2120527Z    Compiling tower v0.5.3
2026-07-01T21:38:43.3080796Z    Compiling hashlink v0.9.1
2026-07-01T21:38:43.3980779Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T21:38:43.5221075Z    Compiling async-trait v0.1.89
2026-07-01T21:38:43.6530774Z    Compiling enum-assoc v1.3.0
2026-07-01T21:38:43.7293786Z    Compiling h2 v0.4.14
2026-07-01T21:38:43.8050810Z    Compiling tokio-stream v0.1.18
2026-07-01T21:38:43.8150442Z    Compiling num_enum v0.7.6
2026-07-01T21:38:43.8374153Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T21:38:43.8900254Z    Compiling n0-watcher v0.6.1
2026-07-01T21:38:43.9242020Z    Compiling rusqlite v0.32.1
2026-07-01T21:38:43.9555096Z    Compiling iroh-base v0.98.0
2026-07-01T21:38:43.9590758Z    Compiling iroh-metrics v0.38.3
2026-07-01T21:38:43.9740708Z    Compiling attohttpc v0.30.1
2026-07-01T21:38:44.1490052Z    Compiling tower-http v0.6.11
2026-07-01T21:38:44.5461189Z    Compiling netlink-proto v0.12.0
2026-07-01T21:38:44.5556860Z    Compiling netdev v0.42.0
2026-07-01T21:38:44.5636962Z    Compiling iroh-relay v0.98.0
2026-07-01T21:38:44.5800952Z    Compiling moka v0.12.15
2026-07-01T21:38:44.6715592Z    Compiling serde_spanned v0.6.9
2026-07-01T21:38:44.6981086Z    Compiling toml_datetime v0.6.11
2026-07-01T21:38:44.7830604Z    Compiling thiserror-impl v1.0.69
2026-07-01T21:38:44.8345671Z    Compiling ref-cast-impl v1.0.25
2026-07-01T21:38:44.9040843Z    Compiling webpki-roots v1.0.7
2026-07-01T21:38:44.9580486Z    Compiling toml_edit v0.22.27
2026-07-01T21:38:45.0189648Z    Compiling regex-automata v0.4.14
2026-07-01T21:38:45.2371327Z    Compiling spt-store v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-01T21:38:45.5825881Z    Compiling strum v0.28.0
2026-07-01T21:38:45.6712641Z    Compiling schemars_derive v1.2.1
2026-07-01T21:38:45.6990272Z    Compiling iroh-dns v0.98.0
2026-07-01T21:38:45.8751278Z    Compiling darling_core v0.23.0
2026-07-01T21:38:45.8847515Z    Compiling serde_bytes v0.11.19
2026-07-01T21:38:45.9676434Z    Compiling hmac v0.12.1
2026-07-01T21:38:46.1356046Z    Compiling seize v0.5.1
2026-07-01T21:38:46.1436677Z    Compiling iroh v0.98.2
2026-07-01T21:38:46.2660245Z    Compiling pin-utils v0.1.0
2026-07-01T21:38:46.3410590Z    Compiling rustix v0.38.44
2026-07-01T21:38:46.4170643Z    Compiling dyn-clone v1.0.20
2026-07-01T21:38:46.4530397Z    Compiling cmov v0.5.4
2026-07-01T21:38:46.5181561Z    Compiling bitflags v1.3.2
2026-07-01T21:38:46.5518729Z    Compiling filedescriptor v0.8.3
2026-07-01T21:38:46.6000626Z    Compiling nix v0.25.1
2026-07-01T21:38:46.6691041Z    Compiling papaya v0.2.4
2026-07-01T21:38:46.7138484Z    Compiling ctutils v0.4.2
2026-07-01T21:38:46.8354270Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T21:38:46.8921444Z    Compiling hkdf v0.12.4
2026-07-01T21:38:46.9480737Z    Compiling backon v1.6.0
2026-07-01T21:38:47.0402665Z    Compiling serial v0.4.0
2026-07-01T21:38:47.1097128Z    Compiling anstyle-parse v1.0.0
2026-07-01T21:38:47.1950904Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T21:38:47.2790470Z    Compiling anstyle v1.0.14
2026-07-01T21:38:47.3395766Z    Compiling colorchoice v1.0.5
2026-07-01T21:38:47.4230970Z    Compiling anstyle-query v1.1.5
2026-07-01T21:38:47.4232151Z    Compiling shell-words v1.1.1
2026-07-01T21:38:47.5268861Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T21:38:47.5540132Z    Compiling foldhash v0.1.5
2026-07-01T21:38:47.5792078Z    Compiling downcast-rs v1.2.1
2026-07-01T21:38:47.6201107Z    Compiling linux-raw-sys v0.4.15
2026-07-01T21:38:47.6551129Z    Compiling instability v0.3.12
2026-07-01T21:38:47.6779963Z    Compiling anstream v1.0.0
2026-07-01T21:38:47.6930723Z    Compiling schemars v1.2.1
2026-07-01T21:38:47.7770436Z    Compiling toml v0.8.23
2026-07-01T21:38:47.8761570Z    Compiling regex v1.12.3
2026-07-01T21:38:48.1528619Z    Compiling terminal_size v0.4.4
2026-07-01T21:38:48.3460962Z    Compiling spt-msg v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-01T21:38:48.5750695Z    Compiling hashbrown v0.15.5
2026-07-01T21:38:48.7888299Z    Compiling vte v0.13.1
2026-07-01T21:38:48.8650746Z    Compiling signal-hook-mio v0.2.5
2026-07-01T21:38:48.9706232Z    Compiling spt-runtime v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-01T21:38:49.3069753Z    Compiling spake2 v0.4.0
2026-07-01T21:38:49.3195172Z    Compiling strum_macros v0.26.4
2026-07-01T21:38:49.4290742Z    Compiling sha1 v0.10.6
2026-07-01T21:38:49.7151014Z    Compiling hyper v1.10.1
2026-07-01T21:38:49.7311070Z    Compiling darling_macro v0.23.0
2026-07-01T21:38:49.7445042Z    Compiling itertools v0.13.0
2026-07-01T21:38:49.9310977Z    Compiling castaway v0.2.4
2026-07-01T21:38:49.9380958Z    Compiling doctest-file v1.1.1
2026-07-01T21:38:50.0170618Z    Compiling static_assertions v1.1.0
2026-07-01T21:38:50.0981040Z    Compiling clap_lex v1.1.0
2026-07-01T21:38:50.1593723Z    Compiling darling v0.23.0
2026-07-01T21:38:50.2561076Z    Compiling indoc v2.0.7
2026-07-01T21:38:50.3860582Z    Compiling unicode-width v0.1.14
2026-07-01T21:38:50.5051087Z    Compiling clap_builder v4.6.0
2026-07-01T21:38:50.5132018Z    Compiling interprocess v2.4.2
2026-07-01T21:38:50.5851374Z    Compiling compact_str v0.8.2
2026-07-01T21:38:50.7376761Z    Compiling lru v0.12.5
2026-07-01T21:38:50.7960907Z    Compiling portable-pty v0.8.1
2026-07-01T21:38:50.9130838Z    Compiling crossterm v0.28.1
2026-07-01T21:38:51.0270999Z    Compiling clap_derive v4.6.1
2026-07-01T21:38:51.2928863Z    Compiling spt-term v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-01T21:38:51.4530867Z    Compiling iana-time-zone v0.1.65
2026-07-01T21:38:51.5663601Z    Compiling hyper-util v0.1.20
2026-07-01T21:38:51.8340990Z    Compiling unicode-truncate v1.1.0
2026-07-01T21:38:51.8835128Z    Compiling unicode-width v0.2.0
2026-07-01T21:38:51.9156764Z    Compiling strum v0.26.3
2026-07-01T21:38:51.9551938Z    Compiling cassowary v0.3.0
2026-07-01T21:38:52.0041468Z    Compiling chrono v0.4.45
2026-07-01T21:38:52.0451130Z    Compiling nucleo-matcher v0.3.1
2026-07-01T21:38:52.1337952Z    Compiling qrcode v0.14.1
2026-07-01T21:38:52.1750786Z    Compiling tempfile v3.27.0
2026-07-01T21:38:52.4350731Z    Compiling ratatui v0.29.0
2026-07-01T21:38:52.5791007Z    Compiling spt-live v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-01T21:38:53.5774263Z    Compiling clap v4.6.1
2026-07-01T21:38:53.7321288Z    Compiling igd-next v0.17.1
2026-07-01T21:38:54.9720959Z    Compiling portmapper v0.16.0
2026-07-01T21:39:00.2514379Z    Compiling rustls-webpki v0.103.13
2026-07-01T21:39:02.6852453Z    Compiling tokio-rustls v0.26.4
2026-07-01T21:39:02.6855601Z    Compiling noq-proto v0.17.0
2026-07-01T21:39:02.6855959Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T21:39:02.8275526Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T21:39:02.8276089Z    Compiling hyper-rustls v0.27.9
2026-07-01T21:39:02.8276508Z    Compiling tokio-websockets v0.13.2
2026-07-01T21:39:02.9552671Z    Compiling reqwest v0.13.4
2026-07-01T21:39:03.9822399Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T21:39:18.4233733Z    Compiling spt-net v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-01T21:39:19.9165160Z    Compiling spt-daemon v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-01T21:39:27.5511835Z    Compiling spt v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-01T21:39:31.9342943Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-01T21:39:31.9563618Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-430d2d34ad675120)
2026-07-01T21:39:31.9576716Z 
2026-07-01T21:39:31.9576941Z running 1 test
2026-07-01T21:39:38.0486319Z test new_brain_serves_against_old_broker ... ok
2026-07-01T21:39:38.0487664Z 
2026-07-01T21:39:38.0488279Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-01T21:39:38.0488589Z 
2026-07-01T21:39:38.0702357Z Post job cleanup.
2026-07-01T21:39:38.1369630Z [command]/usr/bin/git version
2026-07-01T21:39:38.1435434Z git version 2.43.0
2026-07-01T21:39:38.1470173Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8bc37674-5126-4184-ab1a-816e43a72111' before making global git config changes
2026-07-01T21:39:38.1471275Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T21:39:38.1474751Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T21:39:38.1507962Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T21:39:38.1536766Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T21:39:38.1732826Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T21:39:38.1753535Z http.https://github.com/.extraheader
2026-07-01T21:39:38.1760870Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-01T21:39:38.1787711Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T21:39:38.1973390Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T21:39:38.1998355Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T21:39:38.2302768Z Cleaning up orphan processes
2026-07-01T21:39:38.2808553Z Terminate orphan process: pid (4013188) (spt)
